*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-family:'Nunito Sans',sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}body{color:#334155;background-color:#f0f9ff;background-image:linear-gradient(135deg,#fff,#e0f2fe);min-height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}main{text-align:center;max-width:600px}img{display:block;width:100px;height:auto;margin:0 auto 1.5rem auto}h1{font-weight:700;color:#1e3a8a;font-size:clamp(2rem,5vw,3rem);line-height:1.2;margin-bottom:1rem}p{color:#475569;font-size:clamp(1rem,2.5vw,1.125rem);margin-bottom:2rem}.cta{display:inline-block;font-weight:700;font-size:1rem;text-decoration:none;color:#FFF;background-color:#8b5cf6;padding:.75rem 1.5rem;border-radius:8px;transition:background-color .2s ease-in-out,transform .2s ease-in-out}.cta:hover,.cta:focus{background-color:#7c3aed;transform:scale(1.05);outline:2px solid #a78bfa;outline-offset:2px}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#334155;color:#f8fafc;padding:1rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;transform:translateY(100%);transition:transform .3s ease-out;z-index:1000}#cookie-banner.show{transform:translateY(0)}#cookie-banner p{margin:0 1rem 0 0;font-size:.875rem;color:#f8fafc}#cookie-accept{font-size:.875rem;font-weight:700;color:#334155;background-color:#f8fafc;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;flex-shrink:0}#cookie-accept:hover,#cookie-accept:focus{background-color:#e2e8f0;outline:none}